Skip to main content

SetCACertificateName

Description

call the SetCACertificateName to set the CA certificate name.

Request Method

POST

Request Path

/apsara/route/Slb/SetCACertificateName

Request Parameters Common Parameters

NameLocationTypeRequiredSample valueDescription
access_key_idBODYstringNoacc-hp34s2h0xx1ht4nwo****access key ID.
CACertificateIdBODYstringYes139a0****-cn-qingdao-env17-d01CA certificate ID.
regionIdBODYstringYesNo sample value for this parameter.region id
CACertificateNameBODYstringYesmycacert02CA certificate name. 1 to 80 English or Chinese characters in length, which must start with an uppercase or a Chinese letter and can contain numbers, half-width periods (.), underscores (_), and dashes (-).
RegionIdBODYstringYescn-qingdao-env17-d01the region ID of the load balancing instance. you can query the region by calling DescribeRegions interface ID.
versionBODYstringNo2016-01-01version of api

Return data

NameTypeSample valueDescription
RequestIdstringCEF72CEB-54B6-4AE8-B225-F876FE7BA984request ID.

Example

Successful Response example

{
"RequestId":"CEF72CEB-54B6-4AE8-B225-F876FE7BA984"
}

Failed Response example

{
"errorSample":
{
"resultCode":-1,
"resultMsg":"system error",
"result":null
}

}